home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / UTILITIE / CPU_MEMO / 0577.ZIP / IBM34AUX.DOC < prev    next >
Text File  |  1986-11-09  |  3KB  |  95 lines

  1. Additions by Don Ward, Foster City, Ca on 11/09/86.
  2.  
  3. Please note that I am NOT the author of IBMAUX.DOC, IBMAUX1.SYS or IBMAUX2.SYS
  4. and have therefore included an UNMODIFIED copy of the archive IBMAUX20.ARC
  5. which comprises those 3 files.
  6.  
  7. You may use these programs at your own risk.  Neither I nor the authors of the
  8. IBMAUX20.ARC shall be held responsible for any damage or loss of data that may
  9. be incurred through the use of the programs documented herein.  You may not
  10. sell the programs.  Any conditions stated in IBMAUX20.ARC also apply.
  11.  
  12. IBMAUX20.ARC provides device drivers AUX1 and AUX2, which give remote console
  13. capabilities to com ports 1 and 2.  I wanted two drivers AUX3 and AUX4 which
  14. would provide identical capabilities for my com ports 3 and 4.  The programs
  15. IBMAUX3.SYS and IBMAUX4.SYS included here provide those capabilities.
  16.  
  17. IBMAUX3.SYS (Ports 2E8...2EF, IRQ4) and IBMAUX4.SYS (Ports 2E0...2E7, IRQ3)
  18. were made by using the debugger on copies of IBMAUX1.SYS and IBMAUX2.SYS
  19. respectively.
  20.  
  21. I added a modification note to the end of the files I created.  This increased
  22. the lengths of the files, but not the memory space they take when installed as
  23. drivers.
  24.  
  25. If you have com ports 3 and above with other addresses, the information below
  26. should help you make suitable modifications.  Please note that I did not make
  27. any changes with regard to the interrupt vectors - this seemed to take care of
  28. itself.  I ensured this by using a copy of IBMAUX1 to make IBMAUX3, and a copy
  29. of IBMAUX2 to make IBMAUX4, because it happens that my COM3 and COM4 ports use
  30. the same IRQ's as my COM1 and COM2 ports respectively.
  31.  
  32.  
  33. Offset is from the START of the file.  You need to add 100H if you are using
  34. the debugger in the normal way.
  35.  
  36. AUX1 thru' AUX4 below refer to IBMAUX1.SYS thru' IBMAUX4.SYS respectively.
  37.  
  38. All offset and byte values are in hex.
  39.  
  40. Offset  AUX1 AUX2 AUX3 AUX4        NOTES
  41. ------  ---- ---- ---- ----        -----
  42.   D      31   32   33   34         'n' in AUXn (device name)
  43.  
  44. 121      31   32   33   34         'n' in IBMAUXn.SYS (installation message)
  45.  
  46. 15C      31   32   33   34         'n' in AUXn (installation message)
  47.  
  48.  7D      F8   F8   E8   E0         Port Addresses from here on
  49.  7E      03   02   02   02
  50.  
  51.  9B      FC   FC   EC   E4
  52.  9C      03   02   02   02
  53.  
  54.  B5      FD   FD   ED   E5
  55.  B6      03   02   02   02
  56.  
  57.  BF      F8   F8   E8   E0
  58.  C0      03   02   02   02
  59.  
  60.  D6      FC   FC   EC   E4
  61.  D7      03   02   02   02
  62.  
  63.  DE      FD   FD   ED   E5
  64.  DF      03   02   02   02
  65.  
  66.  F9      FC   FC   EC   E4
  67.  FA      03   02   02   02
  68.  
  69. 107      FC   FC   EC   E4
  70. 108      03   02   02   02
  71.  
  72. 111      F8   F8   E8   E0
  73. 112      03   02   02   02
  74.  
  75. 25D      FB   FB   EB   E3
  76. 25E      03   02   02   02
  77.  
  78. 265      F8   F8   E8   E0
  79. 266      03   02   02   02
  80.  
  81. 26D      F9   F9   E9   E1
  82. 26E      03   02   02   02
  83.  
  84. 275      FB   FB   EB   E3
  85. 276      03   02   02   02
  86.  
  87. 27D      F9   F9   E9   E1
  88. 27E      03   02   02   02
  89.  
  90. 285      FC   FC   EC   E4
  91. 286      03   02   02   02
  92.  
  93. Don Ward 11/09/86.  Can be contacted via California 415 area BBS's:
  94. (Charisma, Foster City, 349-6576 or Technet, San Carlos, 595-5079 & 574-3663)
  95.